'DeclarationProtected Overloads Function EncryptPassword( _ ByVal password() As System.Byte _ ) As System.Byte()
'UsageDim instance As VistaDBMembershipProvider Dim password() As System.Byte Dim value() As System.Byte value = instance.EncryptPassword(password)
protected System.byte[] EncryptPassword( System.byte[] password )
Parameters
- password
- A byte array that contains the password to encrypt.
Return Value
A byte array that contains the encrypted password.